home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_C
/
NCSA_TEL
/
CONFIG.TEL
Wrap
Text File
|
1991-06-27
|
3KB
|
79 lines
#
# Example host file for NCSA Telnet 2.3
#
#
# Note: When running the MacTCP drivers, the following fields are meaningless,
# but may be included for compatibility with systems which do not have MacTCP:
# hardware,gateway,arptime,rwin,mtu,maxseg,retrans,zone
#
#
# This file is free form
# Separators are any char <33 and :;=
#
# The form is keyword=value for each parameter.
# The first set of parameters refer to the whole program's defaults.
# These parameter values can be in any order.
# Following this are the individual machine specs.
# If the first machine is name "default", then it contains default
# values for the rest of the machines.
#
ftp=yes # do you want ftp enabled?
domain="ncsa.uiuc.edu" # default domain for name lookups
domaintime=2 # domain name lookup timeout (first retry)
domainretry=4 # domain name max number of retries
termtype="vt100" # terminal type to advertise (safe bet)
arptime=5 # arp timeout in seconds
# affects machines on your local network
block = 200 # screen blocking factor, range: [100 to 4000]
#passfile="ftppass" # name of file to find FTP passwords in (System Folder)
commandkeys=yes # Yes, I want command keys as default
#
# Following are individual machine specifications
#
# The machine named "default" contains the fields which are automatically
# filled in for other hosts. name=default machine should appear first.
#
name = default # Session name, "default" is a reserved name
# Not a real machine, default parameters only
scrollback=200 # number of lines of scrollback per session
erase=delete # use delete code or backspace code for <- key?
# legal values are "delete" and "backspace"
tektype=1 # 0 for tek 4014, 1 for tek 4105
vtwrap=yes # should VT100 be in wrap mode or not?
vtwidth=80 # 80 or 132 columns on startup of session
vtlines=24 # number of lines, 24 is standard VT102
#port=23 # choose the TCP port for telnet (std = 23)
#nfcolor="{0,0,0}" # normal, foreground (Mac II)
#nbcolor="{65434,65535,35286}" # normal, background (Mac II)
#bfcolor="{0,0,0}" # blink, foreground (Mac II)
#bbcolor="{65535,65535,65535}" # blink, background (Mac II)
#font="Courier" # font and size, default is Monaco 9
#fsize=12
#crmap=4.3BSDCRNUL # map of the CR key for compatibility
#duplex=half # modifier for non-echo mode, forces send
clearsave=yes # save lines on clear screen yes/no
# The following entries affect the tuning of TCP connections to this host.
# They should be set by the network administrator who is familiar with
# the requirements of your specific network.
contime=20 # timeout in seconds to try connection
retrans=30 # starting retransmit time out in ticks
# 1/60ths of sec
mtu=512 # maximum transmit unit in bytes
# AppleTalk MAX = 512, Ethernet Max=1024
maxseg=512 # largest segment we can receive
# AppleTalk MAX = 512, Ethernet Max=1536
rwin=512 # TCP window size, MAX=4096
#
# Below this line, most of the communication parameters are obtained
# from the "default" host entry.
# Machine names, IP addresses, and special communication parameters are
# present when needed.
#
# no gateway setting is needed because it is received from network server
name=newton ; hostip=141.142.2.2. ; nameserver=1
name=bardeen ; hostip=128.174.23.1 ; nameserver=2
name=hogan ; hostip=141.142.221.1 ; nameserver=3